home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / WELL.NAV < prev    next >
Text File  |  1995-12-14  |  747b  |  31 lines

  1. ;The Well service provider
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set TelnetCommand=telnet \{System} \{Port}\r\n
  7. set CRLFProcessing=0
  8. ;
  9. ; This option selects an alternate method of sending mail if you are having
  10. ; problems with SMTP posting.  You must place this line somewhere in the
  11. ; [Switches] section of your Eudora.ini file.
  12. ; UsePOPSend=1
  13. ;
  14. cancelon "NO CARRIER"BUSY"NO DIALTONE"Login incorrect"
  15. ;
  16. send ATDT {DialNumber}\r
  17. waitfor CONNECT
  18. ;
  19. pause 1
  20. send \r
  21. pause 1
  22. send \r
  23. waitfor ogin:
  24. send {PopLogin}\r
  25. waitfor ssword:
  26. send {PopPass}\r
  27. waitfor "Options):"Help):"
  28. send exec srialpop\r
  29. waitfor %
  30. ;
  31.